AuthAlertOptions

@Serializable
data class AuthAlertOptions(val enabled: Boolean? = null, val emailTemplate: AuthCollection.EmailTemplate? = null)

Used to configure an auth collection's auth alert function.

Parameters

enabled

Whether or not auth alert is enabled.

emailTemplate

The email template sent for auth alerts.

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, emailTemplate: AuthCollection.EmailTemplate? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val enabled: Boolean? = null